html{scroll-behavior:smooth}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}
body  {
    font-family: Montserrat;
}

@font-face {
    font-family:Montserrat ;
    src: url(../../assets/bootstrap/font/Montserrat-Regular.otf);
}
/* Nav barrrrrr */

nav {
    background: #fff;
    padding: px 10px;
    display: flex;

    justify-content: space-around;
}
nav .mainMenu {
    margin: auto 0;
    display: flex;
    list-style: none;
}
nav .mainMenu li a {
    display: inline-block;
    padding: 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;

}
nav .mainMenu li a:hover {
 color: #035259;
}
nav .openMenu {
    font-size: 2rem;
    margin: 20px;
    display: none;
    cursor: pointer;
}
nav .mainMenu .closeMenu , .icons i {
    font-size: 2rem;
    display: none;
    cursor: pointer;
}


nav .logo {
    margin: 6px;
    font-size: 25px;
    cursor: pointer;
}
.active{
    color: #035259;
}
/* nav bar edn------------------------------ */

/* landing page------------------ */
.main-bg{
    object-fit: cover;
    background-image: url(../../assets/images/main-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    
}



.content{
    width: 100%;
    display: flex;
    margin-top: 30px;
}
.content-text h1{
    font-size: 4rem;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
}
.content-text p{
    font-size: 1.3rem;
    color: #fff;
    padding: 0;
    margin: 0;
}

.big-text{
    margin-top: 30px;
}
.big-text h1{
    letter-spacing: 4px;
    font-size: 2.8rem;
    font-weight: 900;
    color: #fff;
}
.big-text h2{
    color: #fff;
    font-size: 5rem;
    font-weight: 600;
}
.hr{
    margin-left: 130px;
    height: 10px;
    border-radius: 10px;
    background-color: #fff;
    font-weight: 800;
}
.hr1{

    height: 10px;
    border-radius: 10px;
    background-color: #fff;
    font-weight: 800;
}
.big-text p{
    color: #46b3dc;
}

.dc-img{
    position: relative;

    left: 0px;
}
.dc-img img{
    width: 100%;
}
.big-text p span{
    padding: 0 20px;
}

.form{
    background-color: #ffffff;
    text-align: center;
    border-radius: 10px;
    margin: auto;
    margin-right: 0;
    width: 75%;

}
.rupee{
    width: 250px;
    position: absolute;
    top: -70px;
    right: 0;
}
.vd-enc{
    position: relative;
    left: -10px;
}

.form input[type="text" i],input[type="email" i]{
    background-color: #ffffff;
    border: 1.5px solid rgb(209, 209, 209);
    outline: none;
    width: 100%;
    margin-top: 10px;
    padding: 15px 0;
    border-radius: 10px;

}

.form h3, p{
    color: rgb(0, 0, 0);
    padding: 10px 0;
    text-transform: uppercase;
}
.form input[placeholder="name" i],input[placeholder="email" i]{
    letter-spacing: 2px;
    padding-left: 20px;
    color: #035259;
}
.form input[placeholder="mobile" i]{
    letter-spacing: 2px;
    padding-left: 20px;
    color: #035259;
}
.form input[type="submit" i]{
    border: 0;
    background: none;
    display: block;
    text-align: center;
    margin: 15px auto;
    background-color: #999999;
    color: rgb(255, 255, 255);
    outline: none;
    border-radius: 10px;
    width: 50%;
    /* margin: 10px; */
    padding: 12px 0;
    border: none;
    cursor: pointer;
    
    transition: all 0.5s ease-in-out;
}


/* ---------- */
.bg-color{
    background-color: #fad55c;
    border: 5px solid white;
}


.img-div{
    width: 250px;
    text-align: center;
    margin-top: 50px;
}

.text-div1{
    display: flex; justify-content: space-between;
}

.img-div p{
    text-align: center;
    font-weight: 600;
}
.img-div img{
    width: 120px;
    height: inherit;
}

.img_div{
    text-align: center;
    padding: 20px 0 !important;
}

.img_div img{
    width: 50% !important;
}

.img_div p{
    text-align: center;
    font-weight: 600;
    margin: 0 !important;
}

.text-div{
    background-color: #fff;
}

.text-div h1{ 
    color: #000000;
    
    margin-top: 25px;
    font-size: 2rem;
    font-weight: 600;
}

.text-div p{
    padding: 0;
    text-transform: capitalize;
    font-size: 1rem;
}

.bg-img2{
    background-image: url(../../assets/images/main-bg2.jpg);
}


.gallery img{
   width: inherit;

}
.gallery1 img{
    width: inherit;
    margin-left: 5px;
}
.top-div{
    background-color: #fff;
    position: relative;
    top: -100px;
}
.gallery-div{
    display: flex;

}
.list li{
    margin: 5px 0;
}
/* ..............foooter */
footer{
    background-color: #f0eff4;
}
.get{
    text-align: center;
    padding-top: 15px;
    
}
.get h6{

    font-size: 1.6rem;
}

.get i{
    font-size: 3rem;
}


.phone{
    text-align: center;
    margin-top: 20px;
}
.phone h6{
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.phone p{
    font-size: 0.9rem;
    text-transform:capitalize;
    margin: 0;
    padding: 0;
}

.add{
    margin-top: 15px;
    text-align: center;
}

.add p{
    font-size: 0.9rem;
    font-weight: 600;
}

.div_price_list{
    position: absolute;
    z-index: 1;
}

.phoneDetails{
    position:fixed;
    width:60px;
    height:60px;
    bottom:97px;
    background-color: #93aa0b ;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
    left: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.phoneDetails:hover{
    background: #128fbb;
    color: white;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 10px;
    background-color: #4dff4d;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    left: 13px;
    padding: 10px;
}

.thankuDetails{
    height: 75vh;
    background: #035259;
}

.cardThankYou{
   position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   background: #fad55c;
} 

.section_amenities_carousel{
    display: none;
}


@media(max-width: 991px){
    nav .mainMenu {
        height: 100vh;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 10;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #fff;
        transition: top 1s ease;
        display: none;
    }
    nav .mainMenu .closeMenu {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;

    }
    nav .openMenu {
        display: block;
    }
    nav .mainMenu li a{
        color: #323b6b;
    }
    nav .mainMenu li a:hover {
        background: none;
        color: #46b3dc;
        font-size: 1.2rem;
    }
    .rupee{
        display: none;
    }

    .form{
        width: 100%;
        background-color: #ffffff;
        text-align: center;
        border-radius: 10px;
        position: relative;
        margin-bottom: 10px !important;
    }
    .img-div p{
        margin-bottom: 50px;
    }
    .gallery-div{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .gallery1 img{
        margin-top: 50px;
        margin-left: 0 !important;
    }
    .text-div1{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .div_price_list{
        position: relative;
        z-index: 1;
    }

    .div_img-div{
        display: none
    }

    .section_amenities_carousel{
        display: block
    }

}

@media screen and (max-width: 580px) {
    .bg-img2{
        background-image: unset
    }
}